8a072d16fdb6cfea8545678afb8bb01e7e5710e8,integration-tests/src/test/java/tachyon/shell/TfsShellTest.java,TfsShellTest,lsrTest,#,508
Before Change
testUser, "/testRoot/testFileA");
expected +=
String.format(format, FormatUtils.getSizeFromBytes(0),
CommandUtils.convertMsToDate(files[1].getCreationTimeMs()), "", testUser, testUser,
"/testRoot/testDir");
expected +=
String.format(format, FormatUtils.getSizeFromBytes(20),
CommandUtils.convertMsToDate(files[2].getCreationTimeMs()), "In Memory", testUser,
testUser, "/testRoot/testDir/testFileB");
expected +=
String.format(format, FormatUtils.getSizeFromBytes(30),
After Change
getLsResultStr("/testRoot/testFileA", files[0].getCreationTimeMs(), 10, "In Memory",
testUser, testUser);
expected +=
getLsResultStr("/testRoot/testDir", files[1].getCreationTimeMs(), 0, "", testUser,
testUser);
expected +=
getLsResultStr("/testRoot/testDir/testFileB", files[2].getCreationTimeMs(), 20,
"In Memory", testUser, testUser);
expected +=
getLsResultStr("/testRoot/testFileC", files[3].getCreationTimeMs(), 30, "Not In Memory",